{"version":3,"sources":["Resource Library/js/template.js"],"names":["$","changeHeightElements","byRow","window","ready"],"mappings":"CACM,SAAAA,gBAEL,SAASC,IAATD,EAAA,kBAASC,YAAuB,CAAAC,OAAA,IACCF,EAAAG,QAAhCC,MAAA,WACAH,MAGAA,EAAAA,QAAAA,OAAAA,WACAA,MARI,CAWJA","file":"Resource Library\\js\\template.min.js","sourcesContent":["/* global jQuery */\r\nvoid (function init($) {\r\n\t'use strict';\r\n\tfunction changeHeightElements() {\r\n\t\t$('.resource-item').matchHeight({ byRow: true });\r\n\t}\r\n\r\n\t$(window).ready(() => {\r\n\t\tchangeHeightElements();\r\n\t});\r\n\r\n\t$(window).resize(() => {\r\n\t\tchangeHeightElements();\r\n\t});\r\n})(jQuery);\r\n"]}